E-Tech Timer / E-Tech Timer / renameCountdown.Designer.vbon commit add archived files (d846247)
   1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
   2Partial Class renameCountdown
   3    Inherits System.Windows.Forms.Form
   4
   5    'Form overrides dispose to clean up the component list.
   6    <System.Diagnostics.DebuggerNonUserCode()> _
   7    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
   8        Try
   9            If disposing AndAlso components IsNot Nothing Then
  10                components.Dispose()
  11            End If
  12        Finally
  13            MyBase.Dispose(disposing)
  14        End Try
  15    End Sub
  16
  17    'Required by the Windows Form Designer
  18    Private components As System.ComponentModel.IContainer
  19
  20    'NOTE: The following procedure is required by the Windows Form Designer
  21    'It can be modified using the Windows Form Designer.  
  22    'Do not modify it using the code editor.
  23    <System.Diagnostics.DebuggerStepThrough()> _
  24    Private Sub InitializeComponent()
  25        Me.KryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  26        Me.KryptonButton1 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  27        Me.TextBox1 = New System.Windows.Forms.TextBox()
  28        Me.SuspendLayout()
  29        '
  30        'KryptonButton2
  31        '
  32        Me.KryptonButton2.Location = New System.Drawing.Point(291, 8)
  33        Me.KryptonButton2.Name = "KryptonButton2"
  34        Me.KryptonButton2.Size = New System.Drawing.Size(60, 25)
  35        Me.KryptonButton2.TabIndex = 6
  36        Me.KryptonButton2.Values.Text = "Cancel"
  37        '
  38        'KryptonButton1
  39        '
  40        Me.KryptonButton1.Location = New System.Drawing.Point(234, 8)
  41        Me.KryptonButton1.Name = "KryptonButton1"
  42        Me.KryptonButton1.Size = New System.Drawing.Size(51, 25)
  43        Me.KryptonButton1.TabIndex = 5
  44        Me.KryptonButton1.Values.Text = "OK"
  45        '
  46        'TextBox1
  47        '
  48        Me.TextBox1.Font = New System.Drawing.Font("Segoe UI Semilight", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  49        Me.TextBox1.Location = New System.Drawing.Point(16, 10)
  50        Me.TextBox1.Name = "TextBox1"
  51        Me.TextBox1.Size = New System.Drawing.Size(212, 23)
  52        Me.TextBox1.TabIndex = 4
  53        '
  54        'renameCountdown
  55        '
  56        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  57        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  58        Me.BackColor = System.Drawing.Color.LightSkyBlue
  59        Me.ClientSize = New System.Drawing.Size(366, 41)
  60        Me.Controls.Add(Me.KryptonButton2)
  61        Me.Controls.Add(Me.KryptonButton1)
  62        Me.Controls.Add(Me.TextBox1)
  63        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
  64        Me.MaximizeBox = False
  65        Me.MinimizeBox = False
  66        Me.Name = "renameCountdown"
  67        Me.ShowInTaskbar = False
  68        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  69        Me.ResumeLayout(False)
  70        Me.PerformLayout()
  71
  72    End Sub
  73    Friend WithEvents KryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton
  74    Friend WithEvents KryptonButton1 As ComponentFactory.Krypton.Toolkit.KryptonButton
  75    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  76
  77End Class